home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / interface / styles / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-12  |  3.0 KB  |  207 lines

  1. body 
  2. {
  3.   margin: 0 0 0 0;
  4.   padding: 0 0 0 0;
  5.   font-family: verdana, arial, helvetica, sans-serif;  
  6.   background-image: url('../images/background.png');
  7.   background-repeat: repeat-x;    
  8.   background-color: red;
  9. }
  10.  
  11. *
  12. {
  13.   margin: 0;
  14.   padding: 0;
  15.   scrollbar-face-color: #00388C;
  16.   scrollbar-arrow-color: #fff;
  17.   scrollbar-track-color: #e0e0e0;
  18. }
  19.  
  20. .pad5 {
  21.       padding: 5px;
  22. }
  23.  
  24. .pad10 {
  25.       padding: 10px;
  26. }
  27.  
  28. .pad15 {
  29.       padding: 15px;
  30. }
  31.  
  32. image {
  33.   border: none;
  34. }
  35.  
  36. img {
  37.   border: none;
  38. }
  39.  
  40. #headerBanner {
  41.       float: right;
  42.       margin-top: 16px;
  43.       margin-right: 8px;
  44. }
  45.  
  46. #opaqueHideDiv {
  47.     position: absolute;
  48.     left: 0px;
  49.     top: 0px;
  50.     display: none; 
  51.     z-index: 1001;
  52.     filter: alpha(opacity=50); 
  53.     -moz-opacity: .5; 
  54.     opacity: 0.5;
  55.     background-color: #303030;      
  56. }
  57.  
  58. #galleryIFrameDiv {
  59.     position: absolute;
  60.     display: none; 
  61.     z-index: 1002;
  62.     filter: alpha(opacity=100); 
  63.     -moz-opacity: 1; 
  64.     opacity: 1;
  65.     background-color: #000;          
  66. }
  67.  
  68. #smAudio, #smSoftware, #smMagazin, #smService {
  69.   float: left;
  70.   width: 190px;
  71.   padding: 10px;
  72.   margin-left: 10px;
  73.   margin-right: 10px;
  74.  
  75. #mainContainer
  76. {
  77.   position: relative;
  78.   width: 1024px;
  79.   height: 700px;
  80.   margin: 0px auto;
  81. }
  82.  
  83. .clearFloatDiv 
  84. {
  85.   clear: both;
  86. }
  87.  
  88. #debugDiv{
  89.   position: absolute;
  90.   right: 0px;
  91.   top: 0px;
  92.   width: 300px;
  93.   height: 80px;
  94.   font-size: 10px;
  95.   overflow: auto;
  96.   display: none;
  97.   background: white;
  98.   z-index: 10000;
  99. }
  100.  
  101. #bigSitemap {
  102.   position: absolute;
  103.   left: 0px;
  104.   top: 133px;
  105.   width: 1025px;
  106.   display: none; 
  107. }
  108.  
  109. #bigSitemapHeader {
  110.   position: relative;
  111.   left: 0px;
  112.   top: 0px;
  113.   width: 1016px;
  114.   height: 40px;
  115.   background: #fff url('../images/titleBar.png') no-repeat top left;
  116.   display: block;
  117. }
  118.  
  119. #bigSitemapBG {
  120.   position: relative;
  121.   left: 0px;
  122.   top: 0px;
  123.   width: 1016px;
  124.   height: 200px;
  125.   background: #fff url('../images/detailbg.png') repeat-x top left;
  126.   display: block;  
  127.   overflow: auto;
  128. }
  129.  
  130. #bigSitemapContent {
  131.   width: 100%;
  132.   height: 100%;
  133.   display: block;
  134.   overflow: auto;  
  135. }
  136.  
  137. .sitemapIcon {
  138.   float: left; 
  139.   padding-left: 10px; 
  140.   padding-top: 8px;
  141. }
  142.  
  143. .sitemapHeaderText {
  144.   float: left; 
  145.   padding-left: 10px; 
  146.   padding-top: 10px;
  147.   font-weight: bold;
  148.   color: #505050;
  149.   font-size: 14px;
  150. }
  151.  
  152. .sitemapCloseIcon {
  153.   float: right; 
  154.   padding-right: 10px; 
  155.   padding-top: 8px;
  156. }
  157.  
  158. .header {
  159.   width: 100%;
  160.   height: 94px;  
  161. }
  162.  
  163. div#headerText
  164. {
  165.   font-family: 'trebuchet MS';
  166.   text-align: left;
  167.   font-size: 12px;
  168.   font-weight: normal;
  169.   text-decoration: none;
  170.   color: #fff;
  171.   line-height: 24px;
  172.   padding: 10px;
  173.   float: left;
  174. }
  175.  
  176. div#headerText a
  177. {
  178.   text-decoration: none;
  179.   color: #fff;
  180. }
  181.  
  182. div#headerText a:hover
  183. {
  184.   text-decoration: underline;
  185. }
  186.  
  187. /*Advertising*/
  188. div#ad_banner_01
  189. {
  190.   margin: 0 8px 0 0;
  191. }
  192.  
  193. img#banner
  194. {
  195.   cursor: pointer;
  196. }
  197. /*Advertising*/
  198.  
  199. /* IFrame */
  200. .iframe 
  201. {  
  202.   float: left;
  203.   width: 772px;
  204.   margin: 20px 0 0 0px;
  205. }
  206.